open FORMATS, ">$dir/autogen/_formats.xml";
print FORMATS qq(<!-- This document is automatically generated. -->\n);
-@formats = `gpsbabel -^3`;
+@formats = `./gpsbabel -^3`;
$going = 0;
$dooptions = 0;
open FORMATS, ">$dir/autogen/_filters.xml";
print FORMATS qq(<!-- This document is automatically generated. -->\n);
-@filters = `gpsbabel -%1`;
+@filters = `./gpsbabel -%1`;
$going = 0;